home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / mfsm-1.1 / FIXES < prev    next >
Text File  |  1995-06-22  |  1KB  |  40 lines

  1. ****************** Fixes from Xfsm 1.0 to Mfsm 1.1 24/03/95 ******************
  2.  
  3. *Added support for the following systems:
  4.     
  5.     AIX        IMB RISC 6000 Workstation.
  6.     DIGITAL_UNIX    Digital Alpha Workstation.
  7.     HPUX        Hewlett Packard Workstation.
  8.     LINUX        Any machine running Linux.
  9.     SCO        Santa Cruz Operation Unix for Intel PC's.
  10.     SGI        Silicon Graphics Workstation.
  11.     SOLARIS        Sun Solaris 2.x Workstation.
  12.     SUNOS        SunOS 4.x Workstation.
  13.  
  14. *Fixed problems with systems that may not have quotas. Quota code is
  15. controlled with the HAVE_QUOTAS define. If you have quota support then
  16. use the flag -DHAVE_QUOTAS.
  17.  
  18. *Added reading of quota information through the "ioctl" call for
  19. systems that don't have "quotactl". This is controlled with the
  20. USE_IOCTL define and MUST be used with the HAVE_QUOTAS define.
  21.  
  22. *Sorted system differences between statfs structures on different
  23. systems. That is, does one use f_bsize, f_frsize or f_fsize. Also does
  24. one use f_bfree or f_bavail.
  25.  
  26. *Added command line flag and run-time keyboard options to display
  27. either free space or usage of a file system.
  28.  
  29. *Added command line flag to remove window manager title bar if
  30. required.
  31.  
  32. *Added keyboard option to toggle verbose information.
  33.  
  34. *Added support for SunOS df(1) command, which has differing format to
  35. BSD df(1) command.
  36.  
  37. *Added pixmap to iconic form.
  38.  
  39. *Removed user icon for "/" dirctory and used standard drive icon.
  40.